Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    f(c(s(x),y))  → f(c(x,s(y)))
2:    g(c(x,s(y)))  → g(c(s(x),y))
3:    g(s(f(x)))  → g(f(x))
There are 3 dependency pairs:
4:    F(c(s(x),y))  → F(c(x,s(y)))
5:    G(c(x,s(y)))  → G(c(s(x),y))
6:    G(s(f(x)))  → G(f(x))
The approximated dependency graph contains 2 SCCs: {4} and {5}. Hence the TRS is terminating.
Tyrolean Termination Tool  (0.01 seconds)   ---  May 3, 2006